projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdc076
)
Delete the code that was trying to define BSD "right"
author
Richard M. Stallman
<rms@gnu.org>
Wed, 7 May 1997 19:22:58 +0000
(19:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 7 May 1997 19:22:58 +0000
(19:22 +0000)
now that Emacs doesn't use the symbol BSD this way.
src/s/bsd386.h
patch
|
blob
|
history
diff --git
a/src/s/bsd386.h
b/src/s/bsd386.h
index c170c1efdca91c0320aa440fcfc728b8c1f0a888..77e30d04bfae9798ce1ca568d308be303a0c12cf 100644
(file)
--- a/
src/s/bsd386.h
+++ b/
src/s/bsd386.h
@@
-32,12
+32,6
@@
#define HAVE_TERMIOS
#define NO_TERMIO
-/* This silences a few compilation warnings. */
-#ifdef emacs
-#undef BSD_SYSTEM
-#include <sys/param.h> /* To get BSD defined consistently. */
-#endif
-
#define WAITTYPE int
/* get this since it won't be included if WAITTYPE is defined */
#ifdef emacs